| 1. | Requests processed synchronously are blocking calls 同步处理的请求会阻塞调用。 |
| 2. | The wait methods are blocking calls that are similar to the 等待方法是与单个线程的 |
| 3. | Based server is its use of a blocking call to 的服务器一个引人注目的特性在于它对其处理程序内的 |
| 4. | Is a synchronous or blocking call 是一个同步调用或阻止调用。 |
| 5. | Threads that make blocking calls in a synchronized method often make such tasks impossible 造成阻塞调用的线程常常会令同步任务失败。 |
| 6. | Similarly , you should be able to pass a timeout into the blocking call as an argument 同样地,应该支持把超时作为参数传递到阻断的调用。 |
| 7. | Because invocations are blocking calls , you should dispatch these in a separate thread of execution *由于调用是按模块进行的,所以您应该把这些调用分派到不同的执行线程中。 |
| 8. | To make it easier to map the city , we will assume that all buildings are lying on a flat area block called a “ base tile ” 为了更方便的绘制城市地形图,我们假设所有的建筑都处在一个平面区块上,这个平面模型叫“底部地基” 。 |
| 9. | Be sure to not synchronize code that makes blocking calls , or make sure that a non - synchronized method exists on an object with synchronized blocking code 必须确保不在同步代码中包含那些阻塞调用,或确认在一个用同步阻塞代码的对象中存在非同步方法。 |
| 10. | This is because remote invocations in jsr 172 are blocking calls , and if invoked in the main event thread , the user interface will freeze until the remote invocation completes 由于jsr 172中的远程调用是按模块进行的,而且如果在主事件线程中调用,用户界面会冻结,直到远程调用结束。 |